inspector: Mark internal function as static
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 15 Oct 2016 20:19:39 +0000 (21:19 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 17 Oct 2016 10:10:14 +0000 (11:10 +0100)
gtk/inspector/object-tree.c

index 18c08a4b808855eb690a335be0314e8aae2d06dc..e129d6e269bda50ee8cc41ae7071ca1f53a06313 100644 (file)
@@ -1155,7 +1155,7 @@ unblock_selection_changed (GtkInspectorObjectTree *wt)
   g_signal_handlers_unblock_by_func (selection, on_selection_changed, wt);
 }
 
-gboolean
+static gboolean
 select_object_internal (GtkInspectorObjectTree *wt,
                         GObject                *object,
                         gboolean                activate)